From e928bb1a42f19ffb6c91718bdb1b1cc8222ab10e Mon Sep 17 00:00:00 2001 From: "robertlipe@gmail.com" Date: Thu, 10 Apr 2014 03:47:15 +0000 Subject: [PATCH] No cleanup goes unpunished. Revert ozi changes. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4800 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/ozi.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gpsbabel/ozi.cc b/gpsbabel/ozi.cc index a98e0442a..cb30d0c6e 100644 --- a/gpsbabel/ozi.cc +++ b/gpsbabel/ozi.cc @@ -649,7 +649,7 @@ ozi_parse_routepoint(int field, char* str, Waypoint* wpt_tmp) break; case 4: /* waypoint name */ - wpt_tmp->shortname = csv_stringclean(str, ","); + wpt_tmp->shortname = csv_stringclean(str, QString(",")); break; case 5: /* latitude */ @@ -680,7 +680,7 @@ ozi_parse_routepoint(int field, char* str, Waypoint* wpt_tmp) break; case 13: /* description */ - wpt_tmp->description = csv_stringclean(str, ","); + wpt_tmp->description = csv_stringclean(str, QString(",")); break; default: break; -- 2.30.2